-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete setup.py
#1001
Delete setup.py
#1001
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah if it's not called let's just get rid of it, it's just making things messy
# Copy python script to initialize database. | ||
COPY /usr/src/app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This deletion addresses the issue in this build: https://github.com/lucyparsons/OpenOversight/actions/runs/5732169896/job/15534595950
ERROR: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: dockerfile parse error line 47: COPY requires at least two arguments, but only one was provided. Destination could not be determined
Error: buildx failed with: ERROR: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: dockerfile parse error line 47: COPY requires at least two arguments, but only one was provided. Destination could not be determined
I looked around the application and we don't actually use the file at all, so I wiped it. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
I looked around the application and we don't actually use the file at all, so I wiped it. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
I looked around the application and we don't actually use the file at all, so I wiped it. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
I looked around the application and we don't actually use the file at all, so I wiped it. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
Description of Changes
I looked around the application and we don't actually use the file at all, so I wiped it.
Tests and linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.